/* Displayed in an alert panel if the user tries to close the package when the package is in its "busy" state */
"PackageBusy" = "The window cannot be closed because the Installer is busy.";
/* Displayed in an alert panel if the user tries to close the package when the package is in its "paused" state */
"PackagePaused" = "The package has not been fully installed. If you close the package now, your system may be left in an unstable state.";
/* This gets the name of the package to be installed added on and then is displayed as the main window title. e.g. The window title would be 'Install Mac OS X' */
"WindowTitle" = "Install %@";
/* Alert box title */
"Alert" = "Alert";
/* Contents for alert box displayed when the user tries to quit the app while the package is installing */
"CantQuit" = "You can’t quit the Installer when software is being installed.";
/* Contents for alert box displayed when the user tries to close the package with the window close widget when doing an OS install */
"CantQuitOS" = "The window cannot be closed when installing the operating system.";
/* Displayed when the user selects Quit when trying to do an OS install */
"DireWarning" = "Are you sure you want to quit? Stopping the Installer now may leave your system in an unusable state.";
/* Displayed when an install fails but the package does not require the machine to be rebooted. */
"FailWarning" = "%@ was not correctly installed.";
/* Displayed when an install fails but the package does not require the machine to be rebooted. */
"NotInstalledYet" = "%@ has not been installed yet.";
"InstallQuitTitle" = "Are you sure you want to quit the Installer?";
"QuitBeforeCDInstall" = "The Installer has not started installing software so it's safe to quit.\n\nIf you quit, your computer will restart. To select a start up disk for your computer, click Startup Disk.\n";
"QuitBeforeOSInstall" = "The Installer has not installed %@.\n\nIf you quit, your computer restarts. To select a start up disk for your computer, click Startup Disk.";
"QuitDuringOSInstall" = "The Installer has started installing %@. If you quit now, you may be unable to start up your computer using Mac OS X.\n\nIf you quit, your computer restarts. To select a start up disk for your computer, click Startup Disk.";
/* Displayed when the user tries to quit the app when installing a package (from CD or NetBoot) but before it has actually started */
/*"QuitBeforeCDInstall" = "Are you sure you want to quit? The Installer has not started. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts.";*/
/* Displayed when the user tries to quit the app when installing the OS but before it has actually started */
/*"QuitBeforeOSInstall" = "Are you sure you want to quit? The Installer has not installed %@. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts.\n\nTo start up your computer using the %@ CD, press the C key when your computer restarts.";*/
/* Displayed if the user tries to quit while installing is in progress */
/*"QuitDuringOSInstall" = "Are you sure you want to quit? The Installer has started installing %@. If you quit now, you may be unable to use your computer. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts. If your computer cannot start up, start up using the %@ CD.\n\nTo start up using the %@ CD, press the C key when your computer restarts.";*/
/* Displayed if the user tries to quit while a normal install is taking place */
"StopNormalInProgress" = "Are you sure you want to quit? Stopping the Installer now may leave your system in an unstable state.";
"ChangeDisk" = "Startup Disk";
/* Button title allows the user to continue the installation after they pause it */
"Continue" = "Continue";
/* Button title meaning 'Yes, I want to quit the application' */
"Quit" = "Quit";
/* Button title meaning 'No, I don't want to quit the application' */
"DontQuit" = "Don’t Quit";
/* Button title used to restart the computer */
"Restart" = "Restart";
/* Standard OK button title */
"OK" = "OK";
/* Button title to cancel an action that produced an alert box */
"Cancel" = "Cancel";
/* Installer log window title */
"LogText" = "Installer Log";
/* Error message given when plugin cannot be found. This is mostly an issue for running over a network. */
"CantFindPlugin" = "Can’t find plug-in named %@.";
/* Error message given when plugin is found but can't be loaded. This is mostly an issue for running over a network. */
"CantLoadPlugin" = "Found path to plug-in %@ but can’t create its bundle.";
/* Error message given when plugin is loaded but doesn't have its firstPage outlet set. This is mostly a debugging aid. */
"NoFirstPage" = "Plug-in %@ does not have a first page.";
/* Alert box title when the user cannot save a file log document */
"CantSaveFile" = "Can’t Save File";
/* Alert box explanatory text displayed when a user cannot save a file log document. Could later add showing the actual file name and actual location. */
"CantSaveFileText" = "You may not have permission to save this document at this location.";
/* Displayed in the list of panels on the left side of the window for the welcome panel */
"PageMatrixIntroduction" = "Introduction";
/* Displayed in the list of panels on the left side of the window for the package read me document */
"PageMatrixReadMe" = "Read Me";
/* Displayed in the list of panels on the left side of the window for the package license document */
"PageMatrixLicense" = "License";
/* Displayed in the list of panels on the left side of the window for selecting a target volume */
"PageMatrixTargetSelect" = "Select Destination";
/* Displayed in the list of panels on the left side of the window for selecting easy vs. custom install */
"PageMatrixInstallType" = "Installation Type";
/* Displayed in the list of panels on the left side of the window for the custom install panel */
"PageMatrixPackages" = "Packages";
/* Displayed in the list of panels on the left side of the window for the progress panel */
"PageMatrixInstalling" = "Installing";
/* Displayed in the list of panels on the left side of the window for listing the selected packages in a custom install */
"PageMatrixSummary" = "Summary";
/* Displayed in the list of panels on the left side of the window for the 'all done' panel */
"PageMatrixFinish" = "Finish Up";
/* Default name for log file. */
"UntitledLog.txt" = "UntitledLog.txt";
/* Menu items displayed in the Log Window of the Installer at the bottom right. Adjusts the detail shown. */
"ShowErrorsOnly" = "Show Errors Only";
"ShowErrorsAndProgress" = "Show Errors and Progress";
"ShowEverything" = "Show Everything";
"PrintLogMenuItem" = "Print Log…";
"DefaultPrintMenuItem" = "Print…";
/* The right of the two buttons displayed in the bottom right of the log window. Prints the log.*/
"printButton" = "Print…";
/* The left of the two buttons displayed in the bottom right of the log window. Saves the log to file.*/
"saveButton" = "Save…";
/* Hide/Show Log menu items used by the InstallerController*/